Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Utf32CodeSet Class / Utf32CodeSet Constructor / Utf32CodeSet Constructor(Int32[])
Pairs of the first and last UTF-32 characters forming intervals to append.

In This Topic
    Utf32CodeSet Constructor(Int32[])
    In This Topic
    Initializes an instance of the Utf32CodeSet.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray firstLastCodes() As System.Integer _
    )
    public Utf32CodeSet( 
       params System.int[] firstLastCodes
    )

    Parameters

    firstLastCodes
    Pairs of the first and last UTF-32 characters forming intervals to append.
    See Also